From 28e185dd1b8b5fcf90993e9d698110328c1d497d Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Sun, 3 Jan 2016 11:33:19 -0800 Subject: [PATCH] tests: fix Makefile.am syntax It requires a tab character, or the build will fail. --- testsuite/css/style/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/css/style/Makefile.am b/testsuite/css/style/Makefile.am index d7e7172059..bbd72ef6a1 100644 --- a/testsuite/css/style/Makefile.am +++ b/testsuite/css/style/Makefile.am @@ -45,7 +45,7 @@ substitutions = \ test_files = $(test_in_files:.test.in=.test) $(test_files): %.test: %.test.in - $(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@ + $(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@ EXTRA_DIST += \ reset-to-defaults.css \ -- 2.30.2